home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / compuser / qwkcis / login.txt next >
Text File  |  1992-08-10  |  2KB  |  88 lines

  1.            Examples for using QuickCIS' LOGIN.SCR file
  2.  
  3.  
  4. The following groups of text are sample login scripts for three 
  5. commonly used carriers which connect to CompuServe.  You should be 
  6. able to duplicate these into a file named LOGIN.SCR, and get a 
  7. successful connection.  
  8.  
  9. You must checkmark LOGIN.SCR in the View Config dialog, for the 
  10. script file to be loaded and interpreted.
  11.  
  12. Do NOT add any blank lines to the beginning or end of the file.
  13. The last line of the file IS IGNORED, so fill it with a timer.  
  14. Each used line should have a single digit command (0-3), a space, 
  15. and one or more additional characters, depending on the command 
  16. number used.  DO make sure that your last line has a Return 
  17. character at its end.
  18.  
  19. Commands:
  20.  
  21. 0 - send the following text
  22. 1 - wait for the appearance of the following text
  23. 2 - wait xx seconds
  24. 3 - send the ASCII character in the following text (0-255)
  25. 7 - exit the script, usually followed by the "2" parameter
  26.  
  27. -----------------------------------
  28.  
  29. Tymnet:
  30.  
  31. 2 3
  32. 3 65
  33. 1 : 
  34. 2 1
  35. 0 CIS02
  36. 7 2
  37.  
  38. Explanation - line one waits 3 seconds after CONNECT.  Line 2 
  39. sends ASCII 65 ("A").  Line 3 waits for ": " to appear.  Line 4 waits
  40. one second.  Line 5 sends the string "CIS02".  The result should be the
  41. appearance of the CIS "User ID:" string, which QuickCIS will notice and
  42. respond  to.
  43.  
  44. ------------------------------------
  45.  
  46. Telenet:
  47.  
  48. 2 4
  49. 3 13
  50. 3 32
  51. 3 13
  52. 1 TERMINAL
  53. 0 D1
  54. 1 @
  55. 0 C 202202
  56. 7 2
  57.  
  58. Explanation - Line 1 waits 4 seconds. Line 2 sends ASCII 13 
  59. (Return). Line 3 sends ASCII 32 (space). Line 4 sends ASCII 13 
  60. again.  Line 5 waits for the appearance of "TERMINAL".  Line 6 
  61. sends "D1". Line 7 waits for "@". Line 8 sends "C 202202".  The 
  62. result should be the appearance of the CIS User ID prompt.  
  63. QuickCIS will automatically respond.
  64.  
  65. -------------------------------------
  66.  
  67. Datapac:
  68.  
  69. 2 2
  70. 0 ..
  71. 1 DATAPAC
  72. 2 1
  73. 0 P 29400138
  74. 1 Host Name:
  75. 2 1
  76. 0 CIS
  77. 7 2
  78.  
  79. Explanation - Line 1 waits 2 seconds. Line 2 sends "..". Line 3 
  80. waits for the appearance of "DATAPAC". Line 4 waits 1 second. Line 
  81. 5 sends "P 29400138". Line 6 waits for "Host Name:". Line 7 waits 
  82. 1 second.  Line 8 sends "CIS".  The result should be the 
  83. appearance of the CIS prompt User ID, which QuickCIS will respond 
  84. to. 
  85.  
  86. -------------------------------------
  87.  
  88.